Asc(string)


Returns the ASCII value (character code) of the first character of a string. Returns 0 if string is empty.

See also Chr.

string

Any string.